home *** CD-ROM | disk | FTP | other *** search
- // %filename% -- dialog
- // Created %date% %time% by AppMaker
-
- #ifndef __U%dlogname%__
- #define __U%dlogname%__
-
- #ifndef __MACAPP__
- #include <MacApp.h>
- #endif
-
- #ifndef __UGridView__
- #include <UGridView.h>
- #endif
-
- #ifndef __UTEView__
- #include <UTEView.h>
- #endif
-
- #ifndef __UDialog__
- #include <UDialog.h>
- #endif
-
- #ifndef __UEVENT__
- #include <UEvent.h>
- #endif
-
- #ifndef __UAMLibraryM__
- #include <UAMLibraryM.h>
- #endif
-
- //----------
- class T%dlogname% : public TDialogView {
- public:
- virtual pascal void DoEvent (EventNumber eventNumber,
- TEventHandler *source,
- TEvent *event); // is override
- }; /* T%dlogname% */
-
- %for each item gen classDecl%
- //----------
- %if modeless%
- TWindow *New%dlogname% (void);
- %else%
- void Do%dlogname% (void);
- %endif%
-
- /* %unitname% */
- #endif
-